Xbasic

Generate Excel Spreadsheets Programmatically

Description

The Office class can read and write Excel files. It doesn't require Microsoft Excel. Use it to

  • Generate a new spreadsheet from scratch

  • Generate a new spreadsheet from your databases

  • Edit an existing spreadsheet

  • Merge an existing spreadsheet with new data

The overall sequence used to generate an Excel spreadsheet is

See Also